Skip to content

Commit

Permalink
chore: update sample dockerfiles to use latest base images
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Apr 23, 2024
1 parent bbda033 commit 58a4c1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion starter_templates/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.22-alpine

RUN apk add --no-cache 'curl>=7.66'

Expand Down
2 changes: 1 addition & 1 deletion starter_templates/python/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine

RUN apk add --no-cache 'curl>=7.66'

Expand Down
2 changes: 1 addition & 1 deletion starter_templates/rust/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.62-buster
FROM rust:1.77-buster

# Download docker-explorer
ARG docker_explorer_version=v18
Expand Down

0 comments on commit 58a4c1d

Please sign in to comment.