Skip to content

Commit

Permalink
fix: missing ruby upgrade on Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
stlucasgarcia committed Nov 6, 2024
1 parent 300337f commit 1b1d986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1
FROM ruby:3.3.5-alpine
FROM ruby:3.3.6-alpine
LABEL maintainer="[email protected]"

# Add basic packages
Expand Down
2 changes: 1 addition & 1 deletion final/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1
FROM ruby:3.3.5-alpine
FROM ruby:3.3.6-alpine
LABEL maintainer="[email protected]"

# Add basic packages
Expand Down

0 comments on commit 1b1d986

Please sign in to comment.