Skip to content

Commit

Permalink
Update docker alpine to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishanx92 committed Apr 3, 2024
1 parent 365708f commit f6426fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adapter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# -----------------------------------------------------------------------

FROM alpine:3.18.3
FROM alpine:3.19.1
LABEL maintainer="WSO2 Docker Maintainers <wso2.com>"

RUN apk update && apk upgrade --no-cache \
Expand Down
2 changes: 1 addition & 1 deletion common-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
# -----------------------------------------------------------------------

FROM alpine:3.18.3
FROM alpine:3.19.1
LABEL maintainer="WSO2 Docker Maintainers <wso2.com>"

RUN apk update && apk upgrade --no-cache \
Expand Down

0 comments on commit f6426fb

Please sign in to comment.