Skip to content

Commit

Permalink
feat: Update base image ubuntu:jammy-20231211.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Dec 17, 2023
1 parent 57d0a8b commit 03d6b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ for the list of changes in SaltStack.
**3006.5**

- Upgrade `salt-master` to `3006.5` *Sulfur*.
- Change Docker base image to `ubuntu:jammy-20231211.1`.

**3006.4**

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20231004
FROM ubuntu:jammy-20231211.1

ARG BUILD_DATE
ARG VCS_REF
Expand Down Expand Up @@ -69,7 +69,7 @@ LABEL org.opencontainers.image.vendor="cdalvaro"
LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.version="${IMAGE_VERSION}"
LABEL org.opencontainers.image.revision="${VCS_REF}"
LABEL org.opencontainers.image.base.name="ubuntu:jammy-20231004"
LABEL org.opencontainers.image.base.name="ubuntu:jammy-20231211.1"
LABEL org.opencontainers.image.licenses="MIT"

WORKDIR ${SALT_HOME}
Expand Down

0 comments on commit 03d6b1f

Please sign in to comment.