Skip to content

Commit

Permalink
Merge pull request #2260 from Krishanx92/sec
Browse files Browse the repository at this point in the history
Update docker alpine to latest
  • Loading branch information
Krishanx92 authored Apr 3, 2024
2 parents 95e0e4b + f6426fb commit 39df4d3
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 39df4d3

Please sign in to comment.