Skip to content

Commit

Permalink
Migrated to Alpine 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Dec 14, 2022
1 parent 564ac8e commit ce0f46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
with:
pull: true
push: true
tags: frolvlad/alpine-glibc:latest,frolvlad/alpine-glibc:alpine-3.16_glibc-2.34,frolvlad/alpine-glibc:alpine-3.16,frolvlad/alpine-glibc:glibc-2.34
tags: frolvlad/alpine-glibc:latest,frolvlad/alpine-glibc:alpine-3.17_glibc-2.34,frolvlad/alpine-glibc:alpine-3.17,frolvlad/alpine-glibc:glibc-2.34
cache-from: type=registry,ref=frolvlad/alpine-glibc:latest
cache-to: type=inline
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17

ENV LANG=C.UTF-8

Expand Down

0 comments on commit ce0f46a

Please sign in to comment.