Skip to content

Commit cc2f78e

Browse files
authored
bump alpine image version to 3.20 (#4968)
1 parent 06141b4 commit cc2f78e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
# Development docker image
17-
FROM docker.mirror.hashicorp.services/alpine:3.18 as dev
17+
FROM docker.mirror.hashicorp.services/alpine:3.20 as dev
1818

1919
RUN set -eux && \
2020
addgroup boundary && \
@@ -41,7 +41,7 @@ CMD ["server", "-config", "/boundary/config.hcl"]
4141

4242

4343
# Official docker image that uses binaries from releases.hashicorp.com
44-
FROM docker.mirror.hashicorp.services/alpine:3.18 as official
44+
FROM docker.mirror.hashicorp.services/alpine:3.20 as official
4545

4646
ARG PRODUCT_VERSION
4747

@@ -94,7 +94,7 @@ CMD ["server", "-config", "/boundary/config.hcl"]
9494

9595
# Production docker image
9696
# Remember, this cannot be built locally
97-
FROM docker.mirror.hashicorp.services/alpine:3.18 as default
97+
FROM docker.mirror.hashicorp.services/alpine:3.20 as default
9898

9999
ARG BIN_NAME
100100
# NAME and PRODUCT_VERSION are the name of the software in releases.hashicorp.com

0 commit comments

Comments
 (0)