Skip to content

Commit

Permalink
build: update base alpine image version to 3.20.1 (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Jun 25, 2024
1 parent 9097e94 commit 791f2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscripts/provisioner-localpv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#See the License for the specific language governing permissions and
#limitations under the License.
#
FROM alpine:3.14.10
FROM alpine:3.20.1

RUN apk add --no-cache \
iproute2 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY . .

RUN make provisioner-localpv

FROM alpine:3.14.10
FROM alpine:3.20.1

ARG DBUILD_DATE
ARG DBUILD_REPO_URL
Expand Down

0 comments on commit 791f2a0

Please sign in to comment.