Skip to content

Commit

Permalink
build(deps): bump fedora-minimal from 37 to 38 in /images/fedora
Browse files Browse the repository at this point in the history
Bumps fedora-minimal from 37 to 38.

---
updated-dependencies:
- dependency-name: fedora-minimal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2023
1 parent ed332f5 commit cb00d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/fedora/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 registry.fedoraproject.org/fedora-minimal:37 AS build
FROM registry.fedoraproject.org/fedora-minimal:38 AS build
ARG GO_VERSION=go1.19.3
ENV GOPATH="/go"
ENV PATH="$GOPATH/bin:$PATH"
Expand All @@ -33,7 +33,7 @@ COPY . /work

RUN GO=${GO_VERSION} make

FROM registry.fedoraproject.org/fedora-minimal:37
FROM registry.fedoraproject.org/fedora-minimal:38

# TODO(jaosorior): See if we can run this without root
USER root
Expand Down

0 comments on commit cb00d80

Please sign in to comment.