Skip to content

Commit

Permalink
chore(docker): use 11.6-slim (runatlantis#2965)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Jan 11, 2023
1 parent 67c1fd1 commit 16c98fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-base/Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile builds our base image with gosu, dumb-init and the atlantis
# user. We split this from the main Dockerfile because this base doesn't change
# and also because it kept breaking the build due to flakiness.
FROM debian:bullseye-20221219-slim
FROM debian:11.6-slim

# We use gosu to step down from root and run as the atlantis user so we need
# to create that user and group.
Expand Down

0 comments on commit 16c98fe

Please sign in to comment.